FreezeSelected Method

Summary
Freezes or un-freezes the selected cells in the MedicalViewer control.
Syntax
C#
VB
C++
public void FreezeSelected( 
   bool freeze 
) 
  
Public Sub FreezeSelected( _ 
   ByVal freeze As Boolean _ 
)  
            public: 
void FreezeSelected(  
   bool freeze 
)  

Parameters

freeze
true to freeze the selected cells, false to un-freeze the selected cells.

Remarks
  • Freezing a cell means that no actions using the mouse or the keyboard can be performed on the cell. Cell properties can still be changed.
  • You can select or un-select a frozen cell.
  • Use the MedicalViewerBaseCell.Frozen property to freeze a single cell.
Example

For an example, refer to InvertSelection

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.